From 2b9ac5df0b0795251c379749285a2cbb63987869 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 1 Nov 2008 12:18:07 +0000 Subject: [PATCH] Print the random client type name, not the fixed one. svn path=/trunk/; revision=21750 --- tests/testclientmessage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testclientmessage.c b/tests/testclientmessage.c index 38516ea9eb..436e9e80d0 100644 --- a/tests/testclientmessage.c +++ b/tests/testclientmessage.c @@ -83,9 +83,9 @@ main (int argc, char **argv) g_rand_int_range (g_rand_new (), 1, 99)), FALSE); - g_print ("using client message type %s\n", gdk_atom_name (my_type)); + g_print ("using random client message type %s\n", gdk_atom_name (random_type)); - window = g_object_connect (g_object_new (gtk_window_get_type (), + window = g_object_connect (g_object_new (gtk_window_get_type (), "type", GTK_WINDOW_TOPLEVEL, "title", "testclientmessage", "border_width", 10, -- 2.30.2